Example of Request and Response
Example:
Example request >>
{
"doc_ext_id": "1000001"
}
Example response <<
{
[
{
"assort_id": 0100001,
"assort_ext_id": "1000001",
"cnt": 10000,
"items”: [
{
"code": "2501234567890987654321",
"hrc": "(250) 1234567890987654321",
"unit_id": 0100001,
"unit_ext_id": "1000001"
},
…
]
},
{
"assort_id": 0100001,
"assort_ext_id": "1000002",
"cnt": 15000,
"items": [
{
"code": "250987654321234567890",
"hrc": "(250)987654321234567890,
"unit_id": 0100001,
"unit_ext_id": "1000001"
},
…
]
}
]
}